home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue39 / smarter / Project1 / unit1.dfm / unit1.txt
Encoding:
Text File  |  1998-01-29  |  426 b   |  24 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 313
  5.   Height = 145
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 72
  16.     Top = 24
  17.     Width = 161
  18.     Height = 25
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23. end
  24.